VPC Peering

aws/networking aws/vpc

💡 Definition

VPC Peering is a networking connection between two VPCs that enables you to route traffic between them using private IPv4 or IPv6 addresses. Instances in either VPC can communicate with each other as if they were within the same network.

🔑 Key Concepts

⚙️ How it Works

  1. Request: VPC A sends a peering request to VPC B.
  2. Accept: VPC B accepts the request.
  3. Route: Both VPCs must update their route tables to point to the peering connection for the other VPC's IP range.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * VPC * Transit Gateway